home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / DefineSprite_347 / frame_17 / DoAction_2.as next >
Text File  |  2013-04-24  |  499b  |  31 lines

  1. this.isCheck = 0;
  2. i = 0;
  3. while(i <= _root.level_next_start)
  4. {
  5.    j = 0;
  6.    while(j <= _root.level_next_start)
  7.    {
  8.       if(eval("_root.mcB.mcM" + i + j).nType != "")
  9.       {
  10.          this.isCheck = 1;
  11.       }
  12.       j++;
  13.    }
  14.    i++;
  15. }
  16. if(this.isCheck)
  17. {
  18.    this.gotoAndPlay("flB");
  19. }
  20. else if(_root.isGame)
  21. {
  22.    _root.mcB.nTypeCount = 0;
  23.    _root.mcB.arrType = new Array();
  24.    _root.funcType();
  25.    _root.mcAC2.gotoAndPlay("flR");
  26. }
  27. else
  28. {
  29.    this.gotoAndPlay("flB");
  30. }
  31.